From faec593ed0e095dc4f589373586e46a345d75031 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 23 Dec 2023 22:01:03 +0900 Subject: Updated keybinds.conf (added some notes) Updated Laptops.conf (additional notes) updated Settings.conf (additional notes) Updated and adjusted some waybar styles --- config/waybar/style/[Colorful] Rainbow Spectrum.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'config/waybar/style/[Colorful] Rainbow Spectrum.css') diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css index 407e226c..6515e149 100644 --- a/config/waybar/style/[Colorful] Rainbow Spectrum.css +++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css @@ -93,7 +93,7 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - border-radius: 10px; + border-radius: 16px; color: #3A3B3C; border: 1px solid #b4befe; padding-top: 3px; @@ -189,8 +189,8 @@ tooltip label{ #workspaces button:hover { background: #eb6f92; color: #f6c177; - padding-left: 2px; - padding-right: 2px; + padding-left: 3px; + padding-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -204,8 +204,8 @@ tooltip label{ #taskbar button.active { background-color: #b4befe; color: #3A3B3C; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -221,13 +221,14 @@ tooltip label{ background-color: #f5c2e7; /*padding: 1px;*/ padding-right: 10px; - border-radius: 8px; + border-radius: 16px; color: #3A3B3C; border: 1px solid #b4befe; } #custom-power { background-color: #f38ba8; + padding: 0px 0px 0px 6px; } #custom-updater { -- cgit v1.2.3